-
Re: Can a newly designed script be owned/privatised/copyrighted?
Isn’t this one of the reasons Unicode is hesitant to encode Klingon? http://klingon.wiki/En/Unicode2 -
Re: Precomposed fractions — waste of time and space?
I don’t include frac feature in my fonts, I find it too unreliable for my taste (is 1/2 half of first day of the second month or one of two?).HarfBuzz (and by extension applications using it like Chr…1 -
Re: BASE table: design and rendering
Where are you testing this? hb-view does not use the BASE table, and don’t actually know any open source application that uses it. You might need to check with some Adobe apps.1 -
Re: BASE table: design and rendering
(HarfBuzz utils are simple tools, they don’t do any script itemization for example, you are supposed to give them single script runs).1 -
Re: Order of execution of OpenType features
The order of features does not matter, but the order of lookups does. However, the lookups of certain features are always processed in a certain order (for example `ccmp` lookups are processed first)…3